From fa37779128fbb679e3a172af84449ab6cb69ff54 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 23 May 1993 00:08:34 +0000 Subject: [PATCH] * make-dist: There aren't any *.com files in lib-src anymore. * make-dist: Copy texinfo.tex and texindex.c, rather than linking them; they're symlinks to other filesystems on the GNU machines. --- make-dist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/make-dist b/make-dist index d1b59c98d2e..c5499406ea2 100755 --- a/make-dist +++ b/make-dist @@ -205,7 +205,7 @@ echo "Making links to \`src/s'." echo "Making links to \`lib-src'." (cd lib-src - ln [a-zA-Z]*.[chy] [a-zA-Z]*.lex [a-zA-Z]*.com ../${tempdir}/lib-src + ln [a-zA-Z]*.[chy] [a-zA-Z]*.lex ../${tempdir}/lib-src ln ChangeLog Makefile.in README testfile vcdiff rcs2log ../${tempdir}/lib-src ln emacs.csh rcs-checkin ../${tempdir}/lib-src cd ../${tempdir}/lib-src @@ -242,8 +242,8 @@ echo "Making links to \`info'." echo "Making links to \`man'." (cd man - ln *.tex *.texinfo *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man - ln *.c ../${tempdir}/man + ln *.texinfo *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man + cp texinfo.tex texindex.c ../${tempdir}/man test -f README && ln README ../${tempdir}/man test -f Makefile && ln Makefile ../${tempdir}/man ln ChangeLog split-man ../${tempdir}/man -- 2.30.2